DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1ScopedDataCollection<T> Class / SortDescriptions Property

In This Topic
    SortDescriptions Property (C1ScopedDataCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property SortDescriptions As IReadOnlyList(Of SortDescription)
    public override IReadOnlyList<SortDescription> SortDescriptions {get;}
    See Also